English
Generates a verification token and sends it to the user’s email address.The user must have received a verification token via email.
cURL
curl --request POST \ --url https://your_a2_service/auth/request-verify-token \ --header 'Content-Type: application/json' \ --data '{ "email": "jsmith@example.com" }'
"<any>"
Successful Response
The response is of type any.
any
Was this page helpful?